Self contained
Flag where R should look for files
Allow for us to easily use here() to find files
Should be how you work in RStudio every time
here() to read in your data?If you already made a STAT 551 folder
If you have not already made a STAT 551 folder
Why use Quarto?
Quarto unifies and extends
the R Markdown ecosystem
Quarto unifies and extends
the R Markdown ecosystem
unifies for people who love R Markdown
extends for people who don’t know R Markdown
The R Markdown ecosystem
Quarto: Next generation R Markdown
Quarto highlights
Consistent implementation of attractive and handy features across outputs: tabsets, code-folding, syntax highlighting, etc.
More accessible defaults as well as better support for accessibility
Guardrails, particularly helpful for new learners: YAML completion, informative syntax errors, etc.
Support for other languages like Python, Julia, Observable, and more via Jupyter engine for executable code chunks.
Quarto CLI orchestrates each step of rendering
Quarto makes moving between formats straightforward
Welcome to Quarto!
Components of a Quarto
Formatting the text in your document
Markdown is a markup language. This means special symbols and formatting to pretty documents.
*text* – makes italics
**text** – makes bold text
# – makes headers
 – includes images or HTML links
< > – embeds URLs
R code options
The Hash Pipe
#|
Rendering your document
Let’s try it!